Convert Currencies Dynamically using PHP, Google and cURL [closed]
Posted
by
LizO
on Programmers
See other posts from Programmers
or by LizO
Published on 2011-02-12T10:58:29Z
Indexed on
2011/02/12
15:32 UTC
Read the original article
Hit count: 245
I want to be able to allow users to dynamically change the currency of the products prices in my webstore, right there on the page. For example, 300 USD will change to 221.61 EUR when the user selects Euros from a dropdown.
I found a few sites with PHP code for a calculator/input format (user inputs value and converted currency is output.)
http://www.chazzuka.com/blog/?p=104
http://www.pixel2life.com/publish/tutorials/1166/currency_conversion_in_php/page-3/
I was hoping someone could help me figure out how to modify the PHP script. Thanks in advance.
© Programmers or respective owner